home *** CD-ROM | disk | FTP | other *** search
/ Champak 140 / (Vol 140) Sep 19 2011.iso / Games / battle_of_the_bands.swf / scripts / gameOuter.as < prev    next >
Text File  |  2011-09-19  |  465b  |  24 lines

  1. package
  2. {
  3.    import flash.display.MovieClip;
  4.    import flash.display.SimpleButton;
  5.    
  6.    public dynamic class gameOuter extends MovieClip
  7.    {
  8.        
  9.       
  10.       public var mainMenu_btn:SimpleButton;
  11.       
  12.       public var summer_sounds_btn:SimpleButton;
  13.       
  14.       public var koko_btn:SimpleButton;
  15.       
  16.       public var currys_link_btn:SimpleButton;
  17.       
  18.       public function gameOuter()
  19.       {
  20.          super();
  21.       }
  22.    }
  23. }
  24.